home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl760 / scnp785j.lzh / PLOTDUMP.DOC < prev    next >
Text File  |  1992-04-03  |  4KB  |  73 lines

  1.  
  2.                   PLOTDUMP (Version 5.3) Instructions
  3.  
  4.     The command PLOTDUMP installs the PLOTDUMP Terminate & Stay Resident
  5.     program in memory; the PLOTDUMP TSR will dump a graphics image to a
  6.     printer when the keys Ctrl-PrtSc or Ctrl-Shift-P are pressed.  The
  7.     PLOTDUMP command can optionally be followed by a space and then one
  8.     or more of the following switches:
  9.  
  10.     /r    Rotates the image 90 degrees.
  11.     -r    Resets rotation.
  12.           NOTE: Rotation can be toggled with the hot keys Ctrl-Shift-R.
  13.     /a    Selects Alt-Shift-P as the keys for dumping an image and
  14.           Alt-Shift-R for rotating the image.
  15.     -s    Disables use of the Shift hot keys.
  16.     /pe   Selects 9-pin Epson LX-800 compatible printer (the default).
  17.     /pp   Selects 24-pin Epson LQ-850 compatible printer.
  18.     /po   Selects 9-pin Epson printer graphics mode used with older versions
  19.           of PLOTDUMP which produced a narrower vertical plot.
  20.     /pi   Selects 9-pin IBM proprinter compatible printer.
  21.     /ph   Selects HP LaserJet compatible printer.
  22.     @n    Selects printer port LPTn where "n" is 1, 2, 3 or 4
  23.           (default is LPT1).
  24.  
  25.     The PLOTDUMP program can dump 720x348 Hercules and 640x200 (mode 6) CGA
  26.     monochrome graphics images and 640x350 (mode 16) EGA and 640x480 (mode
  27.     18) VGA color graphics images inwhich all foreground colored objects are
  28.     displayed against a single background color.  By default, with an EGA or
  29.     VGA image, the background color (color index 0) is printed as white and
  30.     all other colors are printed as black.  The following switches affect how
  31.     colors are printed:
  32.  
  33.     /v    Reverses printed image (only the background is printed as black).
  34.     -v    Resets reverse print.
  35.     /cn   Selects color index "n" (0 to 15) as the background color
  36.           (default is /c0).
  37.  
  38.     The PLOTDUMP command will display the current settings if it is given
  39.     after PLOTDUMP has already been installed as a TSR; the following
  40.     switches can be used to change settings after installation: /r, -r, /pe,
  41.     /pp, /po /pi, /ph, @1 to @4, /v, -v and /c0 to /c15.  All other switches
  42.     only have an affect when PLOTDUMP is installed as a TSR.
  43.  
  44.     The PLOTDUMP command installs the PLOTDUMP program as a Terminate & Stay
  45.     Resident program in memory.  If plot dumps are made often then the
  46.     PLOTDUMP command should be placed in the AUTOEXEC.BAT file (the file
  47.     PLOTDUMP.COM must be in the root directory or a path must be specified
  48.     to the directory containing the file).
  49.  
  50.     NOTE: In order to dump to a printer a plot drawn by the SPLOT (Screen
  51.     Plot) program, the PLOTDUMP program must be installed in memory before
  52.     making the plot.
  53.  
  54.     NOTE:  Pressing the ESC key will abort output to the printer.
  55.  
  56.     Technical note: Besides pressing Ctrl-PrtSc or Ctrl-Shift-P, a graphics
  57.     dump can also be invoked by calling software interrupt #60h.  Besides
  58.     the interrupt #60h vector, the routine also uses the interrupt #61h
  59.     vector to store the string "WGH" as a flag that the routine has been
  60.     installed.  Installation switch #n select an alternate software interrupt
  61.     number: 60 ≤ n ≤ 65; i.e. #65 selects #65h for calling and #66h for
  62.     the flag.  Switch #0 disables use of a software interrupt and switch
  63.     #72 selects the software interrupt used by previous versions of
  64.     PLOTDUMP; switch #72 should NOT be used unless compatibility with
  65.     a previous version is required since vector #72h could be used with a
  66.     hardware interrupt on AT and 386 class PCs.
  67.  
  68.     The PLOTDUMP program is protected by copyright law; it is not public
  69.     domain. It is provided with the SPLOT software and its use, other than
  70.     for evaluation purposes, without payment for the SPLOT software is a
  71.     copyright violation. The PLOTDUMP program is provided "AS IS" without
  72.     warranty of any kind.
  73.